home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000407_TONYJ@scs.slac.stanford.edu _Tue Dec 1 03:46:20 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  1KB

  1. Return-Path: <TONYJ@scs.slac.stanford.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA06036; Tue, 1 Dec 92 03:46:20 MET
  4. Received: by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA25410; Tue, 1 Dec 1992 03:59:26 +0100
  6. Date: Mon, 30 Nov 1992 18:59 PDT
  7. From: "Tony Johnson (415) 926 2278" <TONYJ@scs.slac.stanford.edu>
  8. Subject: quotes around tags and escape sequences
  9. To: www-talk@nxoc01.cern.ch
  10. Message-Id: <69FDBB0140801933@SCS.SLAC.STANFORD.EDU>
  11. X-Envelope-To: www-talk@nxoc01.CERN.CH
  12. X-Vms-To: in%"www-talk@nxoc01.cern.ch"
  13. X-Vms-Cc: TONYJ
  14.  
  15. Three questions, 
  16.  
  17.   1) If we now expect quotes around tags, are we still meant to understand % as
  18.      an escape character within tags?
  19.  
  20.   2) Which of the following do I need to support, and which is the "approved"      
  21.      method of accessing gopher?
  22.  
  23.          href="gopher://gopher.micro.umn.edu:70/00/Some Stuff"
  24.      or
  25.          href="gopher://gopher.micro.umn.edu:70/00/Some%20Stuff"
  26.      or 
  27.          href=gopher://gopher.micro.umn.edu:70/00/Some%20Stuff
  28.  
  29.   3) Is the % meant to act as an escape character in search strings? ie
  30.  
  31.          href="http://slacvm.slac.stanford.edu/FIND/PARTICLE?PI%nn"
  32.  
  33.      meant to find entries for PI+ ? (where nn is the ascii code for +).
  34.  
  35. Just wondering....Tony